spinbutton: Hide the buttons from accessibility
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 20:05:02 +0000 (16:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 20:32:55 +0000 (16:32 -0400)
commitaa4c0bf272f85df03297cc6f12bf5e5a6fe3db48
tree6ae7a787a0d5e3cafe460ae711bdc4d18b6c601c
parent4e04c396095b7e4b70f0635ded6241a61a62ada8
spinbutton: Hide the buttons from accessibility

The buttons here are not really buttons (the action
is not tied to the "clicked" signal), so triggering
the buttons via a11y does not have the expected effect.

And we expose the Value interface that ATs can use
to set the value.
gtk/gtkspinbutton.c